3.293 \(\int \frac {a+b \sin (c+\frac {d}{x})}{(e+f x)^3} \, dx\)

Optimal. Leaf size=233 \[ \frac {a}{e^2 \left (\frac {e}{x}+f\right )}-\frac {a f}{2 e^2 \left (\frac {e}{x}+f\right )^2}-\frac {b d^2 f \sin \left (c-\frac {d f}{e}\right ) \text {Ci}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{2 e^4}-\frac {b d \cos \left (c-\frac {d f}{e}\right ) \text {Ci}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{e^3}-\frac {b d^2 f \cos \left (c-\frac {d f}{e}\right ) \text {Si}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{2 e^4}+\frac {b d \sin \left (c-\frac {d f}{e}\right ) \text {Si}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{e^3}-\frac {b d f \cos \left (c+\frac {d}{x}\right )}{2 e^3 \left (\frac {e}{x}+f\right )}+\frac {b \sin \left (c+\frac {d}{x}\right )}{e^2 \left (\frac {e}{x}+f\right )}-\frac {b f \sin \left (c+\frac {d}{x}\right )}{2 e^2 \left (\frac {e}{x}+f\right )^2} \]

[Out]

-1/2*a*f/e^2/(f+e/x)^2+a/e^2/(f+e/x)-b*d*Ci(d*(f/e+1/x))*cos(c-d*f/e)/e^3-1/2*b*d*f*cos(c+d/x)/e^3/(f+e/x)-1/2
*b*d^2*f*cos(c-d*f/e)*Si(d*(f/e+1/x))/e^4-1/2*b*d^2*f*Ci(d*(f/e+1/x))*sin(c-d*f/e)/e^4+b*d*Si(d*(f/e+1/x))*sin
(c-d*f/e)/e^3-1/2*b*f*sin(c+d/x)/e^2/(f+e/x)^2+b*sin(c+d/x)/e^2/(f+e/x)

________________________________________________________________________________________

Rubi [A]  time = 0.49, antiderivative size = 233, normalized size of antiderivative = 1.00, number of steps used = 15, number of rules used = 6, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.300, Rules used = {3431, 3317, 3297, 3303, 3299, 3302} \[ \frac {a}{e^2 \left (\frac {e}{x}+f\right )}-\frac {a f}{2 e^2 \left (\frac {e}{x}+f\right )^2}-\frac {b d^2 f \sin \left (c-\frac {d f}{e}\right ) \text {CosIntegral}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{2 e^4}-\frac {b d \cos \left (c-\frac {d f}{e}\right ) \text {CosIntegral}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{e^3}-\frac {b d^2 f \cos \left (c-\frac {d f}{e}\right ) \text {Si}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{2 e^4}+\frac {b d \sin \left (c-\frac {d f}{e}\right ) \text {Si}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right )}{e^3}+\frac {b \sin \left (c+\frac {d}{x}\right )}{e^2 \left (\frac {e}{x}+f\right )}-\frac {b f \sin \left (c+\frac {d}{x}\right )}{2 e^2 \left (\frac {e}{x}+f\right )^2}-\frac {b d f \cos \left (c+\frac {d}{x}\right )}{2 e^3 \left (\frac {e}{x}+f\right )} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Sin[c + d/x])/(e + f*x)^3,x]

[Out]

-(a*f)/(2*e^2*(f + e/x)^2) + a/(e^2*(f + e/x)) - (b*d*f*Cos[c + d/x])/(2*e^3*(f + e/x)) - (b*d*Cos[c - (d*f)/e
]*CosIntegral[d*(f/e + x^(-1))])/e^3 - (b*d^2*f*CosIntegral[d*(f/e + x^(-1))]*Sin[c - (d*f)/e])/(2*e^4) - (b*f
*Sin[c + d/x])/(2*e^2*(f + e/x)^2) + (b*Sin[c + d/x])/(e^2*(f + e/x)) - (b*d^2*f*Cos[c - (d*f)/e]*SinIntegral[
d*(f/e + x^(-1))])/(2*e^4) + (b*d*Sin[c - (d*f)/e]*SinIntegral[d*(f/e + x^(-1))])/e^3

Rule 3297

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[((c + d*x)^(m + 1)*Sin[e + f*x])/(d*(
m + 1)), x] - Dist[f/(d*(m + 1)), Int[(c + d*x)^(m + 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && LtQ[
m, -1]

Rule 3299

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[SinIntegral[e + f*x]/d, x] /; FreeQ[{c, d,
 e, f}, x] && EqQ[d*e - c*f, 0]

Rule 3302

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CosIntegral[e - Pi/2 + f*x]/d, x] /; FreeQ
[{c, d, e, f}, x] && EqQ[d*(e - Pi/2) - c*f, 0]

Rule 3303

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Dist[Cos[(d*e - c*f)/d], Int[Sin[(c*f)/d + f*x]
/(c + d*x), x], x] + Dist[Sin[(d*e - c*f)/d], Int[Cos[(c*f)/d + f*x]/(c + d*x), x], x] /; FreeQ[{c, d, e, f},
x] && NeQ[d*e - c*f, 0]

Rule 3317

Int[((c_.) + (d_.)*(x_))^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Int[ExpandIntegrand[
(c + d*x)^m, (a + b*Sin[e + f*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && IGtQ[n, 0] && (EqQ[n, 1] ||
IGtQ[m, 0] || NeQ[a^2 - b^2, 0])

Rule 3431

Int[((g_.) + (h_.)*(x_))^(m_.)*((a_.) + (b_.)*Sin[(c_.) + (d_.)*((e_.) + (f_.)*(x_))^(n_)])^(p_.), x_Symbol] :
> Dist[1/(n*f), Subst[Int[ExpandIntegrand[(a + b*Sin[c + d*x])^p, x^(1/n - 1)*(g - (e*h)/f + (h*x^(1/n))/f)^m,
 x], x], x, (e + f*x)^n], x] /; FreeQ[{a, b, c, d, e, f, g, h, m}, x] && IGtQ[p, 0] && IntegerQ[1/n]

Rubi steps

\begin {align*} \int \frac {a+b \sin \left (c+\frac {d}{x}\right )}{(e+f x)^3} \, dx &=-\operatorname {Subst}\left (\int \left (-\frac {f (a+b \sin (c+d x))}{e (f+e x)^3}+\frac {a+b \sin (c+d x)}{e (f+e x)^2}\right ) \, dx,x,\frac {1}{x}\right )\\ &=-\frac {\operatorname {Subst}\left (\int \frac {a+b \sin (c+d x)}{(f+e x)^2} \, dx,x,\frac {1}{x}\right )}{e}+\frac {f \operatorname {Subst}\left (\int \frac {a+b \sin (c+d x)}{(f+e x)^3} \, dx,x,\frac {1}{x}\right )}{e}\\ &=-\frac {\operatorname {Subst}\left (\int \left (\frac {a}{(f+e x)^2}+\frac {b \sin (c+d x)}{(f+e x)^2}\right ) \, dx,x,\frac {1}{x}\right )}{e}+\frac {f \operatorname {Subst}\left (\int \left (\frac {a}{(f+e x)^3}+\frac {b \sin (c+d x)}{(f+e x)^3}\right ) \, dx,x,\frac {1}{x}\right )}{e}\\ &=-\frac {a f}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {a}{e^2 \left (f+\frac {e}{x}\right )}-\frac {b \operatorname {Subst}\left (\int \frac {\sin (c+d x)}{(f+e x)^2} \, dx,x,\frac {1}{x}\right )}{e}+\frac {(b f) \operatorname {Subst}\left (\int \frac {\sin (c+d x)}{(f+e x)^3} \, dx,x,\frac {1}{x}\right )}{e}\\ &=-\frac {a f}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {a}{e^2 \left (f+\frac {e}{x}\right )}-\frac {b f \sin \left (c+\frac {d}{x}\right )}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {b \sin \left (c+\frac {d}{x}\right )}{e^2 \left (f+\frac {e}{x}\right )}-\frac {(b d) \operatorname {Subst}\left (\int \frac {\cos (c+d x)}{f+e x} \, dx,x,\frac {1}{x}\right )}{e^2}+\frac {(b d f) \operatorname {Subst}\left (\int \frac {\cos (c+d x)}{(f+e x)^2} \, dx,x,\frac {1}{x}\right )}{2 e^2}\\ &=-\frac {a f}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {a}{e^2 \left (f+\frac {e}{x}\right )}-\frac {b d f \cos \left (c+\frac {d}{x}\right )}{2 e^3 \left (f+\frac {e}{x}\right )}-\frac {b f \sin \left (c+\frac {d}{x}\right )}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {b \sin \left (c+\frac {d}{x}\right )}{e^2 \left (f+\frac {e}{x}\right )}-\frac {\left (b d^2 f\right ) \operatorname {Subst}\left (\int \frac {\sin (c+d x)}{f+e x} \, dx,x,\frac {1}{x}\right )}{2 e^3}-\frac {\left (b d \cos \left (c-\frac {d f}{e}\right )\right ) \operatorname {Subst}\left (\int \frac {\cos \left (\frac {d f}{e}+d x\right )}{f+e x} \, dx,x,\frac {1}{x}\right )}{e^2}+\frac {\left (b d \sin \left (c-\frac {d f}{e}\right )\right ) \operatorname {Subst}\left (\int \frac {\sin \left (\frac {d f}{e}+d x\right )}{f+e x} \, dx,x,\frac {1}{x}\right )}{e^2}\\ &=-\frac {a f}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {a}{e^2 \left (f+\frac {e}{x}\right )}-\frac {b d f \cos \left (c+\frac {d}{x}\right )}{2 e^3 \left (f+\frac {e}{x}\right )}-\frac {b d \cos \left (c-\frac {d f}{e}\right ) \text {Ci}\left (\frac {d \left (f+\frac {e}{x}\right )}{e}\right )}{e^3}-\frac {b f \sin \left (c+\frac {d}{x}\right )}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {b \sin \left (c+\frac {d}{x}\right )}{e^2 \left (f+\frac {e}{x}\right )}+\frac {b d \sin \left (c-\frac {d f}{e}\right ) \text {Si}\left (\frac {d \left (f+\frac {e}{x}\right )}{e}\right )}{e^3}-\frac {\left (b d^2 f \cos \left (c-\frac {d f}{e}\right )\right ) \operatorname {Subst}\left (\int \frac {\sin \left (\frac {d f}{e}+d x\right )}{f+e x} \, dx,x,\frac {1}{x}\right )}{2 e^3}-\frac {\left (b d^2 f \sin \left (c-\frac {d f}{e}\right )\right ) \operatorname {Subst}\left (\int \frac {\cos \left (\frac {d f}{e}+d x\right )}{f+e x} \, dx,x,\frac {1}{x}\right )}{2 e^3}\\ &=-\frac {a f}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {a}{e^2 \left (f+\frac {e}{x}\right )}-\frac {b d f \cos \left (c+\frac {d}{x}\right )}{2 e^3 \left (f+\frac {e}{x}\right )}-\frac {b d \cos \left (c-\frac {d f}{e}\right ) \text {Ci}\left (\frac {d \left (f+\frac {e}{x}\right )}{e}\right )}{e^3}-\frac {b d^2 f \text {Ci}\left (\frac {d \left (f+\frac {e}{x}\right )}{e}\right ) \sin \left (c-\frac {d f}{e}\right )}{2 e^4}-\frac {b f \sin \left (c+\frac {d}{x}\right )}{2 e^2 \left (f+\frac {e}{x}\right )^2}+\frac {b \sin \left (c+\frac {d}{x}\right )}{e^2 \left (f+\frac {e}{x}\right )}-\frac {b d^2 f \cos \left (c-\frac {d f}{e}\right ) \text {Si}\left (\frac {d \left (f+\frac {e}{x}\right )}{e}\right )}{2 e^4}+\frac {b d \sin \left (c-\frac {d f}{e}\right ) \text {Si}\left (\frac {d \left (f+\frac {e}{x}\right )}{e}\right )}{e^3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.89, size = 151, normalized size = 0.65 \[ -\frac {\frac {e \left (a e^3+b d f^2 x (e+f x) \cos \left (c+\frac {d}{x}\right )-b e f x (2 e+f x) \sin \left (c+\frac {d}{x}\right )\right )}{f (e+f x)^2}+b d \text {Ci}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right ) \left (d f \sin \left (c-\frac {d f}{e}\right )+2 e \cos \left (c-\frac {d f}{e}\right )\right )+b d \text {Si}\left (d \left (\frac {f}{e}+\frac {1}{x}\right )\right ) \left (d f \cos \left (c-\frac {d f}{e}\right )-2 e \sin \left (c-\frac {d f}{e}\right )\right )}{2 e^4} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Sin[c + d/x])/(e + f*x)^3,x]

[Out]

-1/2*(b*d*CosIntegral[d*(f/e + x^(-1))]*(2*e*Cos[c - (d*f)/e] + d*f*Sin[c - (d*f)/e]) + (e*(a*e^3 + b*d*f^2*x*
(e + f*x)*Cos[c + d/x] - b*e*f*x*(2*e + f*x)*Sin[c + d/x]))/(f*(e + f*x)^2) + b*d*(d*f*Cos[c - (d*f)/e] - 2*e*
Sin[c - (d*f)/e])*SinIntegral[d*(f/e + x^(-1))])/e^4

________________________________________________________________________________________

fricas [A]  time = 0.75, size = 429, normalized size = 1.84 \[ -\frac {2 \, a e^{4} + 2 \, {\left ({\left (b d e f^{3} x^{2} + 2 \, b d e^{2} f^{2} x + b d e^{3} f\right )} \operatorname {Ci}\left (\frac {d f x + d e}{e x}\right ) + {\left (b d e f^{3} x^{2} + 2 \, b d e^{2} f^{2} x + b d e^{3} f\right )} \operatorname {Ci}\left (-\frac {d f x + d e}{e x}\right ) + {\left (b d^{2} f^{4} x^{2} + 2 \, b d^{2} e f^{3} x + b d^{2} e^{2} f^{2}\right )} \operatorname {Si}\left (\frac {d f x + d e}{e x}\right )\right )} \cos \left (-\frac {c e - d f}{e}\right ) + 2 \, {\left (b d e f^{3} x^{2} + b d e^{2} f^{2} x\right )} \cos \left (\frac {c x + d}{x}\right ) - {\left ({\left (b d^{2} f^{4} x^{2} + 2 \, b d^{2} e f^{3} x + b d^{2} e^{2} f^{2}\right )} \operatorname {Ci}\left (\frac {d f x + d e}{e x}\right ) + {\left (b d^{2} f^{4} x^{2} + 2 \, b d^{2} e f^{3} x + b d^{2} e^{2} f^{2}\right )} \operatorname {Ci}\left (-\frac {d f x + d e}{e x}\right ) - 4 \, {\left (b d e f^{3} x^{2} + 2 \, b d e^{2} f^{2} x + b d e^{3} f\right )} \operatorname {Si}\left (\frac {d f x + d e}{e x}\right )\right )} \sin \left (-\frac {c e - d f}{e}\right ) - 2 \, {\left (b e^{2} f^{2} x^{2} + 2 \, b e^{3} f x\right )} \sin \left (\frac {c x + d}{x}\right )}{4 \, {\left (e^{4} f^{3} x^{2} + 2 \, e^{5} f^{2} x + e^{6} f\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(c+d/x))/(f*x+e)^3,x, algorithm="fricas")

[Out]

-1/4*(2*a*e^4 + 2*((b*d*e*f^3*x^2 + 2*b*d*e^2*f^2*x + b*d*e^3*f)*cos_integral((d*f*x + d*e)/(e*x)) + (b*d*e*f^
3*x^2 + 2*b*d*e^2*f^2*x + b*d*e^3*f)*cos_integral(-(d*f*x + d*e)/(e*x)) + (b*d^2*f^4*x^2 + 2*b*d^2*e*f^3*x + b
*d^2*e^2*f^2)*sin_integral((d*f*x + d*e)/(e*x)))*cos(-(c*e - d*f)/e) + 2*(b*d*e*f^3*x^2 + b*d*e^2*f^2*x)*cos((
c*x + d)/x) - ((b*d^2*f^4*x^2 + 2*b*d^2*e*f^3*x + b*d^2*e^2*f^2)*cos_integral((d*f*x + d*e)/(e*x)) + (b*d^2*f^
4*x^2 + 2*b*d^2*e*f^3*x + b*d^2*e^2*f^2)*cos_integral(-(d*f*x + d*e)/(e*x)) - 4*(b*d*e*f^3*x^2 + 2*b*d*e^2*f^2
*x + b*d*e^3*f)*sin_integral((d*f*x + d*e)/(e*x)))*sin(-(c*e - d*f)/e) - 2*(b*e^2*f^2*x^2 + 2*b*e^3*f*x)*sin((
c*x + d)/x))/(e^4*f^3*x^2 + 2*e^5*f^2*x + e^6*f)

________________________________________________________________________________________

giac [B]  time = 0.67, size = 1502, normalized size = 6.45 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(c+d/x))/(f*x+e)^3,x, algorithm="giac")

[Out]

-1/2*(b*d^5*f^3*cos_integral((d*f - c*e + (c*x + d)*e/x)*e^(-1))*sin(-(d*f - c*e)*e^(-1)) - 2*b*c*d^4*f^2*cos_
integral((d*f - c*e + (c*x + d)*e/x)*e^(-1))*e*sin(-(d*f - c*e)*e^(-1)) - b*d^5*f^3*cos(-(d*f - c*e)*e^(-1))*s
in_integral(-(d*f - c*e + (c*x + d)*e/x)*e^(-1)) + 2*b*c*d^4*f^2*cos(-(d*f - c*e)*e^(-1))*e*sin_integral(-(d*f
 - c*e + (c*x + d)*e/x)*e^(-1)) + 2*b*d^4*f^2*cos(-(d*f - c*e)*e^(-1))*cos_integral((d*f - c*e + (c*x + d)*e/x
)*e^(-1))*e + b*c^2*d^3*f*cos_integral((d*f - c*e + (c*x + d)*e/x)*e^(-1))*e^2*sin(-(d*f - c*e)*e^(-1)) + 2*(c
*x + d)*b*d^4*f^2*cos_integral((d*f - c*e + (c*x + d)*e/x)*e^(-1))*e*sin(-(d*f - c*e)*e^(-1))/x - b*c^2*d^3*f*
cos(-(d*f - c*e)*e^(-1))*e^2*sin_integral(-(d*f - c*e + (c*x + d)*e/x)*e^(-1)) - 2*(c*x + d)*b*d^4*f^2*cos(-(d
*f - c*e)*e^(-1))*e*sin_integral(-(d*f - c*e + (c*x + d)*e/x)*e^(-1))/x + 2*b*d^4*f^2*e*sin(-(d*f - c*e)*e^(-1
))*sin_integral(-(d*f - c*e + (c*x + d)*e/x)*e^(-1)) - 4*b*c*d^3*f*cos(-(d*f - c*e)*e^(-1))*cos_integral((d*f
- c*e + (c*x + d)*e/x)*e^(-1))*e^2 + b*d^4*f^2*cos((c*x + d)/x)*e - 2*(c*x + d)*b*c*d^3*f*cos_integral((d*f -
c*e + (c*x + d)*e/x)*e^(-1))*e^2*sin(-(d*f - c*e)*e^(-1))/x + 2*(c*x + d)*b*c*d^3*f*cos(-(d*f - c*e)*e^(-1))*e
^2*sin_integral(-(d*f - c*e + (c*x + d)*e/x)*e^(-1))/x - 4*b*c*d^3*f*e^2*sin(-(d*f - c*e)*e^(-1))*sin_integral
(-(d*f - c*e + (c*x + d)*e/x)*e^(-1)) + 2*b*c^2*d^2*cos(-(d*f - c*e)*e^(-1))*cos_integral((d*f - c*e + (c*x +
d)*e/x)*e^(-1))*e^3 - b*c*d^3*f*cos((c*x + d)/x)*e^2 + 4*(c*x + d)*b*d^3*f*cos(-(d*f - c*e)*e^(-1))*cos_integr
al((d*f - c*e + (c*x + d)*e/x)*e^(-1))*e^2/x + (c*x + d)^2*b*d^3*f*cos_integral((d*f - c*e + (c*x + d)*e/x)*e^
(-1))*e^2*sin(-(d*f - c*e)*e^(-1))/x^2 - (c*x + d)^2*b*d^3*f*cos(-(d*f - c*e)*e^(-1))*e^2*sin_integral(-(d*f -
 c*e + (c*x + d)*e/x)*e^(-1))/x^2 + 2*b*c^2*d^2*e^3*sin(-(d*f - c*e)*e^(-1))*sin_integral(-(d*f - c*e + (c*x +
 d)*e/x)*e^(-1)) + 4*(c*x + d)*b*d^3*f*e^2*sin(-(d*f - c*e)*e^(-1))*sin_integral(-(d*f - c*e + (c*x + d)*e/x)*
e^(-1))/x - 4*(c*x + d)*b*c*d^2*cos(-(d*f - c*e)*e^(-1))*cos_integral((d*f - c*e + (c*x + d)*e/x)*e^(-1))*e^3/
x + (c*x + d)*b*d^3*f*cos((c*x + d)/x)*e^2/x - b*d^3*f*e^2*sin((c*x + d)/x) - 4*(c*x + d)*b*c*d^2*e^3*sin(-(d*
f - c*e)*e^(-1))*sin_integral(-(d*f - c*e + (c*x + d)*e/x)*e^(-1))/x + 2*(c*x + d)^2*b*d^2*cos(-(d*f - c*e)*e^
(-1))*cos_integral((d*f - c*e + (c*x + d)*e/x)*e^(-1))*e^3/x^2 - a*d^3*f*e^2 + 2*b*c*d^2*e^3*sin((c*x + d)/x)
+ 2*(c*x + d)^2*b*d^2*e^3*sin(-(d*f - c*e)*e^(-1))*sin_integral(-(d*f - c*e + (c*x + d)*e/x)*e^(-1))/x^2 + 2*a
*c*d^2*e^3 - 2*(c*x + d)*b*d^2*e^3*sin((c*x + d)/x)/x - 2*(c*x + d)*a*d^2*e^3/x)/((d^2*f^2*e^4 - 2*c*d*f*e^5 +
 c^2*e^6 + 2*(c*x + d)*d*f*e^5/x - 2*(c*x + d)*c*e^6/x + (c*x + d)^2*e^6/x^2)*d)

________________________________________________________________________________________

maple [B]  time = 0.06, size = 527, normalized size = 2.26 \[ -d \left (-\frac {a}{e^{2} \left (e \left (c +\frac {d}{x}\right )-c e +d f \right )}-\frac {a \left (c e -d f \right )}{2 e^{2} \left (e \left (c +\frac {d}{x}\right )-c e +d f \right )^{2}}+\frac {\left (c e -d f \right ) b \left (-\frac {\sin \left (c +\frac {d}{x}\right )}{2 \left (e \left (c +\frac {d}{x}\right )-c e +d f \right )^{2} e}+\frac {-\frac {\cos \left (c +\frac {d}{x}\right )}{\left (e \left (c +\frac {d}{x}\right )-c e +d f \right ) e}-\frac {\frac {\Si \left (\frac {d}{x}+c +\frac {-c e +d f}{e}\right ) \cos \left (\frac {-c e +d f}{e}\right )}{e}-\frac {\Ci \left (\frac {d}{x}+c +\frac {-c e +d f}{e}\right ) \sin \left (\frac {-c e +d f}{e}\right )}{e}}{e}}{2 e}\right )}{e}+\frac {b \left (-\frac {\sin \left (c +\frac {d}{x}\right )}{\left (e \left (c +\frac {d}{x}\right )-c e +d f \right ) e}+\frac {\frac {\Si \left (\frac {d}{x}+c +\frac {-c e +d f}{e}\right ) \sin \left (\frac {-c e +d f}{e}\right )}{e}+\frac {\Ci \left (\frac {d}{x}+c +\frac {-c e +d f}{e}\right ) \cos \left (\frac {-c e +d f}{e}\right )}{e}}{e}\right )}{e}+\frac {c a}{2 \left (e \left (c +\frac {d}{x}\right )-c e +d f \right )^{2} e}-c b \left (-\frac {\sin \left (c +\frac {d}{x}\right )}{2 \left (e \left (c +\frac {d}{x}\right )-c e +d f \right )^{2} e}+\frac {-\frac {\cos \left (c +\frac {d}{x}\right )}{\left (e \left (c +\frac {d}{x}\right )-c e +d f \right ) e}-\frac {\frac {\Si \left (\frac {d}{x}+c +\frac {-c e +d f}{e}\right ) \cos \left (\frac {-c e +d f}{e}\right )}{e}-\frac {\Ci \left (\frac {d}{x}+c +\frac {-c e +d f}{e}\right ) \sin \left (\frac {-c e +d f}{e}\right )}{e}}{e}}{2 e}\right )\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sin(c+d/x))/(f*x+e)^3,x)

[Out]

-d*(-a/e^2/(e*(c+d/x)-c*e+d*f)-1/2*a*(c*e-d*f)/e^2/(e*(c+d/x)-c*e+d*f)^2+(c*e-d*f)/e*b*(-1/2*sin(c+d/x)/(e*(c+
d/x)-c*e+d*f)^2/e+1/2*(-cos(c+d/x)/(e*(c+d/x)-c*e+d*f)/e-(Si(d/x+c+(-c*e+d*f)/e)*cos((-c*e+d*f)/e)/e-Ci(d/x+c+
(-c*e+d*f)/e)*sin((-c*e+d*f)/e)/e)/e)/e)+b/e*(-sin(c+d/x)/(e*(c+d/x)-c*e+d*f)/e+(Si(d/x+c+(-c*e+d*f)/e)*sin((-
c*e+d*f)/e)/e+Ci(d/x+c+(-c*e+d*f)/e)*cos((-c*e+d*f)/e)/e)/e)+1/2*c*a/(e*(c+d/x)-c*e+d*f)^2/e-c*b*(-1/2*sin(c+d
/x)/(e*(c+d/x)-c*e+d*f)^2/e+1/2*(-cos(c+d/x)/(e*(c+d/x)-c*e+d*f)/e-(Si(d/x+c+(-c*e+d*f)/e)*cos((-c*e+d*f)/e)/e
-Ci(d/x+c+(-c*e+d*f)/e)*sin((-c*e+d*f)/e)/e)/e)/e))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ b {\left (\int \frac {\sin \left (\frac {c x + d}{x}\right )}{2 \, {\left (f^{3} x^{3} + 3 \, e f^{2} x^{2} + 3 \, e^{2} f x + e^{3}\right )}}\,{d x} + \int \frac {\sin \left (\frac {c x + d}{x}\right )}{2 \, {\left ({\left (f^{3} x^{3} + 3 \, e f^{2} x^{2} + 3 \, e^{2} f x + e^{3}\right )} \cos \left (\frac {c x + d}{x}\right )^{2} + {\left (f^{3} x^{3} + 3 \, e f^{2} x^{2} + 3 \, e^{2} f x + e^{3}\right )} \sin \left (\frac {c x + d}{x}\right )^{2}\right )}}\,{d x}\right )} - \frac {a}{2 \, {\left (f^{3} x^{2} + 2 \, e f^{2} x + e^{2} f\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(c+d/x))/(f*x+e)^3,x, algorithm="maxima")

[Out]

b*(integrate(1/2*sin((c*x + d)/x)/(f^3*x^3 + 3*e*f^2*x^2 + 3*e^2*f*x + e^3), x) + integrate(1/2*sin((c*x + d)/
x)/((f^3*x^3 + 3*e*f^2*x^2 + 3*e^2*f*x + e^3)*cos((c*x + d)/x)^2 + (f^3*x^3 + 3*e*f^2*x^2 + 3*e^2*f*x + e^3)*s
in((c*x + d)/x)^2), x)) - 1/2*a/(f^3*x^2 + 2*e*f^2*x + e^2*f)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \[ \int \frac {a+b\,\sin \left (c+\frac {d}{x}\right )}{{\left (e+f\,x\right )}^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*sin(c + d/x))/(e + f*x)^3,x)

[Out]

int((a + b*sin(c + d/x))/(e + f*x)^3, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {a + b \sin {\left (c + \frac {d}{x} \right )}}{\left (e + f x\right )^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(c+d/x))/(f*x+e)**3,x)

[Out]

Integral((a + b*sin(c + d/x))/(e + f*x)**3, x)

________________________________________________________________________________________